@import url("reset.css");
@import url("fonts.css");

:root {
	--main-color: #104493;
}

html{
	background:#fff;
}
body{
	font-size:14px;
	line-height: 1.5;
	overflow-x:hidden;
	color: #333;
	-webkit-font-smoothing: subpixel-antialiased;
}
body{
	font-family:'GothamBook',Arial,Helvetica,sans-serif;
}
body.lang-zh_cn{
	font-family: "Microsoft YaHei","黑体","宋体",sans-serif;
}


a {
	color: #333;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	text-decoration:none;
}
a:hover {
	color: var(--main-color);
	text-decoration:none;
}
a:focus,
a:active {
	outline: none;
}

/** 公共样式 **/
.section{
	width: 100%;
	min-width: 1400px;
	padding: 40px 0;
	height: auto;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.container{
	width:1400px;
	margin: 0 auto;
}
.clearfix:before,.clearfix:after,.container:before,.container:after,.section:before,.section:after {
	display: table;
  	content: " ";
}
.clearfix:after,.container:after,.section:after{
	clear: both;
}
.fl{float: left;}.fr{float: right;}
.txt-lt{text-align: left;}.txt-cr{text-align: center;}.txt-rt{text-align: right;}
.mgn-t5{margin-top: 5px;}
.mgn-t10{margin-top: 10px;}.mgn-t15{margin-top: 15px;}
.mgn-t20{margin-top: 20px;}.mgn-t25{margin-top: 25px;}
.mgn-t30{margin-top: 30px;}.mgn-t35{margin-top: 35px;}
.mgn-t40{margin-top: 40px;}.mgn-t45{margin-top: 45px;}
.mgn-t50{margin-top: 50px;}.mgn-t55{margin-top: 55px;}
.mgn-t60{margin-top: 60px;}
.img-block{display: block;margin: 0 auto;width: 100%;height: auto;}
.transitions{webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}

h1,.h1{font-size: 36px;}
h2,.h2{font-size: 30px;}
h3,.h3{font-size: 24px;}
h4,.h4{font-size: 18px;}
h5,.h5{font-size: 16px;}
h6,.h6{font-size: 14px;}

.pic{
	height: auto;
	overflow: hidden;
}
.pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	transition: 0.5s;
}

/** 顶部 **/
.full-top{
	width: 100%;
	min-width: 1400px;
	background-color: #f5f5f5;
}
.top-welcome{
	line-height: 34px;
	font-size: 14px;
	color: #555;
}

.top-list-contact{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	height: 34px;
}
.top-list-contact li{
	font-size: 14px;
	margin-right: 25px;
}
.top-list-contact li a{
	color: #555;
}
.top-list-contact li i{
	display: inline-block;
	font-size: 20px;
	margin-right: 5px;
	vertical-align: middle;
}
.top-list-contact li a:hover{
	color: var(--main-color);
}

.lang-wrap{
	height: 34px;
	position: relative;
	z-index: 100;
	margin-left: 25px;
}
.lang-wrap .open-lang{
	display: block;
	height: 34px;
	line-height: 34px;
	text-transform: capitalize;
	text-align: center;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
}
.lang-wrap .open-lang span{
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	margin-right: 8px;
	height: 26px;
	line-height: 26px;
}
.lang-wrap .open-lang i{
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
	font-size: 12px;
	height: 26px;
	line-height: 26px;
}
.lan-menu{
	min-width: 100%;
	width: auto;
	height: auto;
	line-height: 44px;
	overflow: hidden;
	color: #666;
	position: absolute;
	left: 0;
	top: 100%;
	display: none;
	z-index: 101;
	background-color: #fff;
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.lan-menu a{
	display: block;
	height: 44px;
	line-height: 44px;
	padding: 0 15px;
	color: #666;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: 10px 50%;
}
.lan-menu a:hover{
	color: #104493;
}
.lan-menu a.cn{
	background-image:url(../images/cn.png);
}
.lan-menu a.en{
	background-image:url(../images/en.png);
}
.lan-menu a.hasline{
	border-bottom: 1px solid #eee;
}
.top-link{
	height: auto;
	overflow: hidden;
}
.top-link a{
	display: inline-block;
	margin-left:15px;
	float: left;
	line-height: 34px;
}
.top-link a i{
	font-size:18px;
	margin-right:6px;
	display: inline-block;
	vertical-align: top;
}
.top-link a:hover{
	color: var(--main-color);
}

/** header **/
.full-head{
	width: 100%;
	min-width: 1400px;
	height: auto;
	overflow: visible;
	position: relative;
	z-index: 10;
	transition: 0.5s;
}
.full-head.fixed{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	background-color: rgba(0,0,0,0);
}
.full-head.fixed.fixed-bgc{
	background-color: rgba(20,33,61,1);
}
.logo{
	height: 80px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items:Center;
}
.logo a{
	display:block;
}
.logo img{
	display:block;
	height: auto;
	width: auto;
}
.header-right{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 20;
	height: 80px;
	align-items: center;
}
.search-wrap{
	position: relative;
	height: 80px;
	margin-left: 20px;
}

i.search-open{
	display: block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	text-align: center;
	line-height: 40px;
	font-size: 30px;
	color: #fff;
	margin-top: 20px;
	border-radius: 50%;
	font-weight: bold;
}
.search-open-wrap{
	height: auto;
	overflow: hidden;
	position: absolute;
	top: 100%;
	right: 0;
	background-color: #fff;
	padding: 20px;
	display: none;
}
.search-box{
	height: auto;
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
}
.search-box .key_text{
	height:38px;
	float:left;
	width:355px;
	overflow:hidden;
	line-height:38px;
	outline:none;
	border:none;
	padding-left: 15px;
	padding-right: 40px;
	background:#f5f5f5;
	color: #999;
	font-size: 14px;
	border-radius: 20px;
}
.search-box .search_btn{
	border:none;
	outline:none;
	width: 28px;
	height:28px;
	text-align: center;
	position: absolute;
	top: 5px;
	right: 5px;
	background-color: #104493;
	border-radius: 50%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}
.search-box .search_btn i{
	font-size: 24px;
	color:#fff;
}

.head-hottel{
	height: 70px;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.head-hottel h5{
	font-size: 14px;
	color: #666;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}
.head-hottel i{
	display: inline-block;
	width: 28px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	font-size: 16px;
	color: #fff;
	background-color: #104493;
	border-radius: 50%;
	margin-right: 12px;
	margin-top: 8px;
	float: left;
}
.head-hottel h3{
	height: auto;
	overflow: hidden;
	color: #104493;
	font-size: 24px;
	line-height: 30px;
	font-family: 'Gotham-Bold';
}

/** nav **/
.nav {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	padding-right: 10px;
}
.nav .nLi{
	float: left;
	height: 80px;
	position:relative;
	z-index: 8888;
}
.nav .nLi + .nLi{
	margin-left: 56px;
}
.lang-en .nav .nLi + .nLi{
	margin-left: 40px;
}
.nav .nLi i{
	margin-left: 5px;
	font-size: 14px;
}
.nav .nLi h3{
	display: block;
}
.nav .nLi h3 a {
	display:block;
	font-size:20px;
	font-weight: normal;
	line-height:80px;
	text-transform: uppercase;
	transition: 0.6s;
	color: #fff;
	padding: 0;
	font-weight: bold;
}
.lang-en .nav .nLi h3 a{
	font-size: 18px;
}
.nav .on h3 a{
	color: #fff;
}
.nav .sub {
	/* display:none;
	left:0;
	top:100%;
	width:auto;
	width:100%;
	position:absolute;
	background:rgba(0,0,0,0.5); */
	/* padding:10px 0;
	background:#fff;
	border-radius:3px;
	box-shadow:0 0 20px rgba(0,0,0,.1);
	position:relative; */
}
.sub-menu{
	border-top: 8px solid transparent;
	position:absolute;
	top:100%;
	left: 50%;
	transform: translateX(-50%);
	display:none;
	z-index: 8888;
	/* opacity: 0; */
}
.sub-menu .sub{
	padding:10px 0;
	background:#fff;
	border-radius:3px;
	box-shadow:0 0 20px rgba(0,0,0,.1);
	position:relative;
}
.sub-menu > .sub::before{
	content:"";
	width:0;
	height:0;
	border:8px solid transparent;
	border-bottom-color:#fff;
	display:block;
	position:absolute;
	top:-16px;
	left:50%;
	margin-left:-8px;
}
.nav .sub li {
	zoom:1;
	height:40px;
	position:relative;
	/* border-bottom:1px solid rgba(255,255,255,0.3); */
	text-align:center;
	white-space:nowrap
	/* padding: 0 15px; */
}
.nav .sub a {
	display:block;
	line-height:40px;
	height:40px;
	overflow:hidden;
	color:#333;
	padding-left: 25px;
	padding-right: 25px;
	position: relative;
}
.nav .sub a.hassub{
	padding-right: 45px;
}
.nav .sub a i{
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.nav .dropdown-menu,.nav .dropdown-menu ul{
	position:absolute;
	width:auto;
	left:100%;
	top:0;
	display:none;
	background-color: #fff;
}
.nav .sub li:hover .dropdown-menu,.nav .sub .dropdown-menu li:hover ul{
	display:block;
}
.nav .sub li:hover {
	background:#f2f7fc;
	transition:0.5s;
}
.nav .sub li:hover a{
	color: #333;
}

/** footer **/
.footer{
	width:100%;
	overflow:hidden;
	min-width:1400px;
	background-color: #14213d;
	padding-top: 50px;
	padding-bottom: 50px;
}
.foot-panel-wrap{
	display: block;
}
.foot-flex{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.foot-item{
	height: auto;
	overflow: hidden;
}
.foot-sort-name{
	color: #fff;
	font-size: 20px;
	margin-bottom: 15px;
	position: relative;
	padding-bottom: 5px;
	text-transform: uppercase;
	line-height: 1.25;
	font-weight: 700;
}
/* .foot-sort-name::after{
	content: '';
	width: 26px;
	height: 2px;
	background-color: #de7b24;
	position: absolute;
	left: 0;
	bottom: 0;
} */
.foot-sort-name a{
	color: #fff;
}
.foot-sort-name a:hover{
	text-decoration: underline;
}
.foot-sort-list{
	max-width: 220px;
	height: auto;
	overflow: hidden;
}
.foot-sort-list li{
	height: auto;
	overflow: hidden;
	color: rgba(255,255,255,1);
	font-size: 16px;
	line-height: 2.5;
}
.foot-sort-list li a{
	color: rgba(255,255,255,1);
	display: inline-block;
}
.foot-sort-list li i{
	font-size: 12px;
	margin-right: 6px;
}
.foot-sort-list li a:hover{
	color: #fff;
}
.foot-contact-info{
	max-width: 340px;
	height: auto;
	overflow: hidden;
	color: rgba(255,255,255,1);
	font-size: 16px;
	line-height: 2.5;
}
.foot-contact-info a{
	color: rgba(255,255,255,1);
}
.foot-contact-info a:hover{
	color: #fff;
}
.foot-wechat-wrap{
	width: 120px;
	height: auto;
	overflow: hidden;
	position: relative;
}
.foot-wechat{
	height: auto;
	overflow: hidden;
	text-align: center;
	color: #fff;
}
.foot-wechat img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.foot-fuwu-tit{
	color: #fff;
	font-size: 14px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.foot-fuwu-tit i{
	display: inline-block;
	width: 28px;
	height: 28px;
	text-align: center;
	line-height: 26px;
	border: 1px solid #fff;
	border-radius: 50%;
	font-size: 14px;
	margin-right: 10px;
}
.foot-tuwu-tel{
	color: #fff;
	line-height: 1.1;
	font-family: 'KnockoutHTF30';
	margin-top: 10px;
	font-size: 36px;
}
.foot-social{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.foot-social li{
	
}
.foot-social li a{
	display: block;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	color: #fff;
	border-radius: 50%;
	background-color: #404040;
}
.foot-social li a i{
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
}
.foot-social li a:hover{
	color: #fff;
	background-color: #de7b24;
}
.foot-social li a.facebook{
	background-color: #3b5998;
}
.foot-social li a.twitter{
	background-color: #1da1f3;
}
.foot-social li a.youtube{
	background-color: #d42426;
}
.foot-social li a.instagram{
	background-color: #6929b1;
}
.foot-social li a.linkedin{
	background-color: #006a9a;
}
.foot-social li a.baidu{
	background-color: #1960ad;
}
.foot-social li a.weibo{
	background-color: #df4d69;
}
.foot-social li a.pengyouquan{
	background-color: #3eb135;
}
.foot-social li a.weixin{
	background-color: #3eb135;
}
.foot-social li a.qqkongjian{
	background-color: #eecf3d;
}
.foot-social li a.qq{
	background-color: #4dafea;
}

.full-copyright{
	width: 100%;
	min-width: 1400px;
	height: auto;
	overflow: hidden;
	background-color: #1c2c4c;
	padding: 20px 0;
}
.copyright{
	color: rgba(255,255,255,1);
	font-size: 14px;
	line-height: 2;
}
.copyright a{
	color: rgba(255,255,255,1);
}
.copyright a:hover{
	color: #fff;
	text-decoration: underline;
}

/** 首页样式 **/
.index-main-body{
	width: 100%;
	position: relative;
}
.section-product{
	background-color: #f5f5f5;
}
.index-flex-cpsort{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 45px;
}
.index-cpsort-rt{
	height: auto;
	overflow: hidden;
}
.index-cpsort-list{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.index-cpsort-list li + li{
	margin-left: 50px;
}
.index-cpsort-list li{
	font-size: 18px;
}
.lang-zh_cn .index-cpsort-list li{
	font-weight: bold;
}
.lang-en .index-cpsort-list li + li{
	margin-left: 10px;
}
.lang-en .index-cpsort-list li{
	font-size: 14px;
}
.index-cpsort-list li.on a{
	color: var(--main-color);
}

.public-head{
	color: #333;
	font-size: 36px;
	text-transform: uppercase;
	height: auto;
	overflow: hidden;
	position: relative;
	line-height: 1.1;
}
.public-head.white{
	color: #fff;
}
.public-head span{
	display: inline-block;
	position: relative;
	padding-bottom: 18px;
}
.lang-en .public-head{
	font-family: 'Gotham-Bold';
}
.lang-zh_cn .public-head{
	font-weight: bold;
}

.public-head span::after{
	content: '';
	width: 60px;
	height: 2px;
	background-color: #104493;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.public-sml{
	color: #999;
	font-size: 14px;
	position: relative;
}
.public-sml.white{
	color: #fff;
}
.public-more{
	height: auto;
	overflow: hidden;
	font-size: 16px;
	text-transform: uppercase;
}
.public-more a{
	display: inline-block;
	color: #fff;
	height: auto;
	line-height: 2;
	padding: 6px 35px;
	border-radius: 5px;
	background-color: #104493;
}
.public-more i{
	display: inline-block;
	margin-left: 6px;
}

/** 内页样式
*** 左右结构
***************/
.ny_banner{
	width:100%;
	min-width:1400px;
	height: auto;
	overflow:hidden;
	position: relative;
}
.ny_banner img{
	display: block;
	width: 100%;
	height: 400px;
	margin: 0 auto;
	object-fit: cover;
	margin: 0 auto;
	transform: scale(1.1);
	animation: sonBanImg 1.2s linear both .2s;
}
.ny_banner img.mb-ban{
	display: none;
}
.full-in-path{
	width: 100%;
	min-width: 1400px;
	
	padding: 0;
	background-color: #14213d;
}
.public-path{
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 18px;
	overflow: hidden;
}
.public-path a{
	color: #fff;
	display: inline-block;
}
.public-path a:hover{
	color: #fff;
}
.public-path i{
	display: inline-block;
	margin-right: 5px;
}
.path-cur{
	line-height: 30px;
	font-size: 20px;
	color: #fff;
	line-height: 60px;
}

.section-inner{
	position: relative;
	background-color: #1C2C4C;
}
.aside-left{
	width: 250px;
}
.aside-left h2{
	height:54px;
	line-height:54px;
	padding-left: 20px;
	font-size:20px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color:#fff;
	background-color: var(--main-color);
}
.aside-left h2 i{
	font-size: 24px;
	vertical-align: top;
	margin-right: 10px;
	display: inline-block;
	line-height: 54px;
}
.aside-contact{
	padding:10px;
	font-size:16px;
	color:#fff;
	line-height:28px;
	border:1px solid #EEEEEE;
	word-break:break-all;
	background:#1C2C4C;
}
.aside-contact a{
	color:#333;
}
.aside-contact table tr td img{
	vertical-align: middle;
	width: 25px;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}

.zlm{
	width:auto;
	background:#1C2C4C;
	border:1px solid #EEEEEE;
}
.zlm dl{
	overflow:visible;
}
.zlm dl dt{
	line-height:20px;
	border-bottom:1px solid #EEEEEE;
	cursor:pointer;
	overflow:visible;
	position: relative;
	padding: 15px 15px;
}
.zlm dl dt a{
	display:block;
	float:left;
	line-height: 20px;
	font-size: 20px;
	color: #fff;
}
.lang-en .zlm dl dt a{
	font-size: 18px;
}
.zlm dl dt a span.yuanjiao{
	margin-right:10px;
	display:none;
	width:7px;
	height:7px;
	border:1px solid #fff;
	display:inline-block;
	*display:inline;
	*zoom:1;
}
.zlm dl dt i.fa-angle-down{
	float:right;
	margin:3px 10px 0 0;
	font-size:16px;
	cursor:pointer;
}
.zlm dl dt:hover,.zlm dl #zlm_on,.zlm dl .zlm_on{
	background:#104493;
}
.zlm dl dt:hover::before,.zlm dl #zlm_on::before,.zlm dl .zlm_on::before{
	content: "";
	width: 2px;
	height: 100%;
	background: #ed6a1e;
	position: absolute;
	left:0;
	top:0;
	margin-left: -1px;
}
.zlm dl .sanji{
	display:none;
	background:#f7f7f7;
	border-bottom:1px solid #d8d8d8;
}
.zlm dl .sanji li{
	height:35px;
	line-height:35px;
	position:relative;
	text-indent:20px;
}
.zlm dl .sanji li a{
	display:block;
	color:#666;
}
.zlm dl .sanji li i{
	float:right;
	margin-right:10px;
	margin-top:10px;
}
.zlm dl .dropdown-menu{
	position:absolute;
	left:100%;
	top:0;
	background:#f0f0f0;
	width:200px;
	display:none;
}
.zlm dl .sanji li:hover .dropdown-menu{
	display:block;
}

.aside-main{
	/* width: 920px; */
	margin-left: 280px;
	height: auto;
	overflow: hidden;
}
.main-content{
	height: auto;
	overflow: hidden;
	position: relative;
	font-size: 18px;
	line-height: 2.25;
	color: #fff;
}
.main-content img,
.main-content iframe,
.main-content video,
.main-content table{
	max-width: 100%;
	height: auto;
}

.photo-list{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.photo-list li{
	width: 25%;
	height: auto;
	overflow: hidden;
	padding: 0 10px;
}
.photo-list.factory li{
	width: 33.333333%;
}
.photo-list li .wrap{
	height: auto;
	overflow: hidden;
}
.photo-list li a{
	display: block;
	overflow: hidden;
}
.photo-list li .pic{
	border: 1px solid #eee;
	padding: 5px;
}
.photo-list.factory li .pic{
	padding: 0;
	border: 0;
}
.photo-list li h4{
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	padding: 15px 0;
	color: #fff;
}
.photo-list li .wrap:hover .pic img{
	transform: scale(1.1);
}
#baguetteBox-slider .full-image{
	padding: 50px 20px;
}
#baguetteBox-slider img{
	max-width: 100%;
	height: auto;
}

.pages{
	padding:20px 0px;
	text-align:center;
	height: auto;
	overflow: hidden;
}
.pages a{
	display: inline-block;
	padding:5px 10px;
	border:1px solid #c8c8c8;
	font-weight:bold;
	margin: 0 5px;
	color: #fff;
}
.pages .current{
	font-weight:700;
	color:#fff;
	background-color: var(--main-color);
	border-color: var(--main-color);
}

/** contact **/
.in-contact-content{
	width: 580px;
	height: auto;
	overflow: hidden;
}
#footer_lxxx tr td{
	padding: 5px 0;
}
.form-content{
	height: auto;
	overflow:hidden;
	padding:10px 10px 10px 70px;
	font-size:16px;
	line-height:25px;
	background:url(../images/feedback.png) 15px center no-repeat #f1f1f1;
	min-height:50px;
	border-radius: 5px;
}
.form-outer{
	height: auto;
	overflow: hidden;
}
.form-row{
	height: auto;
	overflow: hidden;
	margin-left: -10px;
	margin-right: -10px;
}
.form-col-5{
	width: 50%;
	height: auto;
	overflow: hidden;
	position: relative;
	float: left;
	padding: 0 10px;
}
.form-col-10{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	float: left;
	padding: 0 10px;
}
.form-group{
	height: auto;
	overflow: hidden;
	position: relative;
}
.form-group label{
	display: block;
	font-family: inherit;
	font-size: 16px;
	line-height: 2;
	color: #fff;
	margin-bottom: 5px;
}
.form-group label font{
	display: inline-block;
	margin-left: 5px;
	color: red;
}
.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"]{
	display: block;
	width: 100%;
	padding: 8px 10px;
	line-height: 20px;
	border: 1px solid #ddd;
	border-radius: 5px;
	color: #555;
	outline: none;
	overflow: hidden;
}
.form-group textarea{
	display: block;
	width: 100%;
	padding: 8px 10px;
	line-height: 20px;
	border: 1px solid #ddd;
	border-radius: 5px;
	color: #555;
	outline: none;
	resize: none;
	height: 90px;
	overflow: hidden;
	transition: 0.5s;
}
.form-group input.form-file{
	float: left;
	width: 260px;
}
.form-group input:focus,
.form-group textarea:focus{
	border-color:#66afe9;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}
.form-group button{
	display: inline-block;
	line-height: 20px;
	padding: 10px 40px;
	color: #fff;
	background-color: var(--main-color);
	border: none;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0;
	border-radius: 5px;
	letter-spacing: 1px;
}
.form-group button[disabled]{
	background-color: #999;
	cursor: no-drop;
}
.form-group input::-webkit-input-placeholder{ color: #666;}
.form-group input::-ms-input-placeholder{ color: #666;}
.form-group input::-moz-input-placeholder{ color: #666; opacity: 1;}
.form-group input::placeholder{ color: #666;}

/** 新闻左右图文 **/
.list-news-tuwen{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	margin-top: -20px;
	overflow: hidden;
}
.list-news-tuwen li{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	padding: 40px;
	margin-left: -50px;
	margin-right: -50px;
	background-color: #fff;
	margin: 20px 0;
}
.list-news-tuwen li:nth-child(2n){
	background-color: #f3f3f3;
}
.list-news-tuwen li .item{
	width: 50%;
	padding: 0 50px;
}
/* .list-news-tuwen li:nth-child(2n) .item{
	padding-right: 80px;
} */
.list-news-tuwen li .pic{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.list-news-tuwen li .pic img{
	height: 450px;
	object-fit: cover;
}
.list-news-tuwen li .pic a{
	display: block;
}
.list-news-tuwen li .you{
	width: 50%;
	padding: 0 50px;
}
.list-news-tuwen li:nth-child(2n) .you{
	order: -1;
	padding-left: 90px;
}
.list-news-tuwen li h2.title{
	font-size: 30px;
	height: 44px;
	line-height: 44px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.list-news-tuwen li .shijian{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 25px;
	color: var(--main-color);
	
}
.list-news-tuwen li .brief{
	color: #666;
	font-size: 16px;
	margin-top: 15px;
	line-height: 2;
}
.list-news-tuwen li .more{
	margin-top: 15px;
	text-transform: uppercase;
}
.list-news-tuwen li .more a{
	display: inline-block;
	color: #fff;
	background-color: var(--main-color);
	padding: 10px 40px;
}
.list-news-tuwen li:hover .pic img{
	transform: scale(1.1);
}
.list-news-tuwen li .time{
	font-size: 24px;	
	line-height: 32px;
}
.list-news-tuwen li .reads{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	font-size: 24px;
	line-height: 32px;
	background-image: url(../images/ico_60.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 40px;
}
.list-news-tuwen li .reads i{
	display: inline-block;
	margin-right: 10px;
	font-size: 24px;
	vertical-align: middle;
}

.list-news-tulist{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -16px;
	margin-right: -16px;
	margin-top: 20px;
}
.list-news-tulist li{
	width: 33.333333%;
	padding: 0 16px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 60px;
}
.list-news-tulist li .wrap{
	height: auto;
	overflow: hidden;
	position: relative;
	border: 1px solid #eee;
}
.list-news-tulist li .title{
	font-size: 22px;
	line-height: 30px;
	margin: 20px 0 15px;
	height: 60px;
}
.list-news-tulist li .title a{
	color: #fff;
}
.list-news-tulist li .brief{
	height: 56px;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	margin-top: 10px;
	line-height: 2;
	transition: 0.5s;
}
.list-news-tulist li .time{
	font-size: 14px;
	color: #fff;
	display: block;
	transition: 0.5s;
}
.list-news-tulist li .txt{
	width: 100%;
	border-top: none;
	padding: 20px 30px;
	position: relative;
	z-index: 55;
}
.list-news-tulist li .wrap:hover .pic img{
	transform: scale(1.1);
}
.list-news-tulist li .news-bgc{
	width: 100%;
		height: 100%;
		background-image: url(../images/newsbg3.png);
		background-repeat: repeat-x;
		background-position: 50% 100%;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 10;
		opacity: 0;
		visibility: visible;
		transition: .5s;
}
.list-news-tulist li .wrap:hover .news-bgc{
	opacity: 1;
		visibility: visible;
}
.list-news-tulist li .wrap:hover .time,
.list-news-tulist li .wrap:hover .title a,
.list-news-tulist li .wrap:hover .brief{
	color: #fff;
}

.list-news-pic{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.list-news-pic li{
	width: 33.333333%;
	padding: 0 10px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
}
.list-news-pic li .wrap{
	height: auto;
	overflow: hidden;
}
.list-news-pic li .title{
	font-size: 16px;
	line-height: 54px;
	height: 54px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 10px;
	background-color: #e5e5e5;
	transition: 0.5s;
}
.list-news-pic li .wrap:hover .pic img{
	transform: scale(1.1);
}
.list-news-pic li .wrap:hover .title a{
	color: #fff;
}
.list-news-pic li .wrap:hover .title{
	background-color: var(--main-color);
}

.in-news-wzlist{
	height: auto;
	overflow: hidden;
}
.in-news-wzlist li{
	height: 56px;
	line-height: 56px;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
	font-size: 15px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	
}
.in-news-wzlist li span{
	display: inline-block;
	width: 120px;
	color: #999;
	text-align: right;
}
.in-news-wzlist li .title{
	flex: 1;
}
.in-news-wzlist li i{
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

.list-news-wzbrief{
	height: auto;
	overflow: hidden;
	margin-top: -20px;
}
.list-news-wzbrief li{
	border-bottom: 1px solid #eee;
	padding: 20px 0;
}
.list-news-wzbrief li .title{
	height: auto;
	overflow: hidden;
	font-size: 20px;
	margin-bottom: 15px;
}
.list-news-wzbrief li .brief{
	height: auto;
	overflow: hidden;
	color: #666;
	font-size: 14px;
	line-height: 2;
}
.list-news-wzbrief li .time{
	height: auto;
	overflow: hidden;
	font-size: 15px;
	margin-top: 15px;
	color: #666;
	font-family: 'GothamBook';
	line-height: 24px;
}
.list-news-wzbrief li .time i{
	display: inline-block;
	vertical-align: top;
	margin-right: 6px;
	font-size: 18px;
	line-height: 24px;
}
.list-news-wzbrief li .more{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.list-news-wzbrief li .more a{
	display: inline-block;
	color: #fff;
	padding: 10px 30px;
	background-color: var(--main-color);
}

.title-article{
	text-align: center;
	font-size: 30px;
	color: #fff;
}
.article-other{
	height: auto;
	overflow: hidden;
	text-align:center;
	color:#fff;
	margin-top:20px;
	font-size:18px;
	background-color: #14213D;
	padding: 15px;
	
}
.article-other .time{
	display:inline-block;
	*display:inline;
	*zoom:1;
	line-height:20px;
}
.article-other .click{
	display:inline-block;
	*display:inline;
	*zoom:1;
	line-height:20px;
	margin-left:50px;
}
.article-other i{
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	font-size: 20px;
}
.article-other em{
	display: inline-block;
	vertical-align: top;
	font-style: normal;
	margin-left: 3px;
}
.shangxiapian{
	padding-top:20px;
	margin-top:20px;
	border-top:1px dashed #c8c8c8;
}
.shangxiapian li{
	line-height:30px;
	font-size: 16px;
	color: #fff;
	list-style: none;
}
.shangxiapian li a{
	color: #fff;
}

/** faq **/
.faqlist{
	height: auto;
	overflow:hidden;
}
.faqlist dl{
	height: auto;
	overflow:hidden;
	margin-bottom:10px;
}
.faqlist dl dt{
	height:44px;
	display:block;
	background:#f4f4f4;
	padding-left:20px;
	padding-right: 50px;
	cursor:pointer;
	position: relative;
}
.faqlist i{
	display: inline-block;
	width: 28px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	font-size:20px;
	transition:0.6s;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.faqlist em{
	display: inline-block;
	vertical-align: top;
	margin-right:10px;
	font-style:normal;
	font-size:16px;
	font-weight: bold;
	color: var(--main-color);
}
.faqlist h4{
	font-size:16px;
	height: 44px;
	line-height: 44px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.faqlist dd{
	padding:20px 25px;
	overflow:hidden;
	border:1px solid #f0f0f0;
	border-top:none;
	line-height:2.45;
	display:none;
	color: #555;
}
.faqlist dl dt.open i{
	transform: translateY(-50%) rotate(90deg);
	color: var(--main-color);
}

/** table **/
.biaoge{
	width:100%;
	border-collapse:collapse;
}
.biaoge tr td,.biaoge tr th{
	border:#ddd solid 1px;
    padding:10px 15px;
	text-align: center;
	line-height: 22px;
}
.biaoge tr th,.biaoge .down_b{
	background:#eee;
}
.biaoge tr td i{
	font-size: 20px;
	color: var(--main-color);
	display: inline-block;
	vertical-align: top;
	line-height: 22px;
}
.biaoge tr td a{
	display: inline-block;
	line-height: 22px;
	vertical-align: top;
}

.in-down-list{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: -10px;
}
.in-down-list li{
	width: 50%;
	padding: 10px;
}
.in-down-list li .wrap{
	height: 82px;
	position: relative;
	border: 1px solid #e5e5e5;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	padding-right: 100px;
	padding-left: 25px;
}
.in-down-list li .wrap a{
	display: block;
	width: 80px;
	height: 80px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: var(--main-color);
	color: #fff;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}
.in-down-list li .wrap a i{
	font-size: 36px;
}
.in-down-list li .wrap .title{
	font-size: 16px;
	color: #666;
	flex: 1;
}
.in-down-list li .wrap .title i{
	display: inline-block;
	margin-right: 10px;
	font-size: 24px;
	vertical-align: middle;
}

.in-down-list3{
	height: auto;
	overflow: hidden;
}
.in-down-list3 li{
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}
.in-down-list3 li .wrap{
	height: auto;
	overflow: hidden;
	border: 1px solid #e0e0e0;
	padding: 0 15px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	min-height: 60px;
	transition: 0.5s;
	align-items: center;
}
.in-down-list3 li .title{
	width: 80%;
	font-size: 16px;
}
.in-down-list3 li .title i{
	display: inline-block;
	margin-right: 10px;
	font-size: 24px;
	vertical-align: middle;
}
.in-down-list3 li a.click-icon{
	display: inline-block;
}
.in-down-list3 li a.click-icon i{
	font-size: 24px;
}
.in-down-list3 li .wrap:hover{
	border-color: var(--main-color);
}

/** 留言弹窗 **/
.popform-mix{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	background: rgba(0,0,0,0.5);
	display: none;
	align-items: center;
	justify-content: center;
}
.popform{
	width: 830px;
	background: #fff;
	padding: 30px;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}
.popform-close{
	width: 32px;
	height: 32px;
	cursor: pointer;
	position: absolute;
	background: url('../images/closeWhite.svg') no-repeat center/22px auto;
	top: 5px;
	right: 5px;
	transition: all .4s ease;
	text-align: center;
	line-height: 32px;
	color: #000;
	overflow: hidden;
}
.popform-close i{
	display: inline-block;
	font-size: 30px;
}
.popform-close:hover{
	transform: rotate(90deg);
}
.popform-title{
	width: 100%;
	text-align: center;
}
.popform-title h4{
	font-size: 24px;
	color: #333;
	line-height: 28px;
	text-transform: capitalize;
}
.popform-form{
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.popform-form li{
	width: 50%;
	padding: 0 10px;
	height: auto;
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}
.popform-form li.full-li{
	width: 100%;
}
.popform-group{
	height: auto;
	overflow: hidden;
	position: relative;
}
.popform-form li input,
.popform-form li select{
	display: block;
	width: 100%;
	background: #f2f3f4;
	height: 40px;
	padding: 0 20px;
	font-size: 14px;
	color: #666;
	border: none;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	border-radius: 5px;
	line-height: 40px;
}
.popform-form li textarea{
	display: block;
	width: 100%;
	background: #f2f3f4;
	height: 120px;
	padding: 10px 20px;
	font-size: 14px;
	color: #666;
	border: none;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	border-radius: 5px;
	line-height: 25px;
	resize: none;
}
.popform-form li i.must{
	font-size: 16px;
	color: #eb2a2e;
	position: absolute;
	left: 6px;
	top: 16px;
	z-index: 2;
	height: 16px;
	line-height: 16px;
	
	font-style: normal;
}
.popform-form li select{
	background-image: url("../images/selArr.png");
	background-repeat: no-repeat;
	background-size: 9px auto;
	background-position: right 16px center;
}
.popform-form li p{
	font-size: 14px;
	color: #888;
	line-height: 24px;
}
.popform-form li p b{
	color: #eb2a2e;
}
.popform-form li h6{font-size: 14px;color: #888;display: inline-block;vertical-align: middle;position: relative;padding-left: 26px;user-select: none;cursor: pointer;}
.popform-form li h6::before{content: "";position: absolute;width: 15px;height: 15px;border: 1px solid #d2d2d2;left: 0;top: 3px;}
.popform-form li h6::after{display: none;content: "";position: absolute;width: 18px;height: 18px;background: url('../images/formYes.svg') no-repeat center/22px auto;left: 3px;top: 0px;}
.popform-form li h6.active::before{border: 1px solid #1f55ad;}
.popform-form li h6.active::after{display: block;}
.popform-form li a{font-size: 14px;color: #1f55ad;display: inline-block;vertical-align: middle;}
.popform-form li span.hint{font-size: 14px;color: #eb2a2e;display: inline-block;vertical-align: middle;margin-left: 4px;}
.popform-form li.popform-form-center{text-align: center;}
.popform-form li button{width: 160px;cursor: pointer;height: 40px;font-size: 16px;transition: all .4s ease;margin: 0 8px;border: none;}
.popform-form li button.popform-cancel{color: #666;border: 1px solid #d2d2d2;}
.popform-form li button.popform-confirm{background: var(--main-color);color: #fff;}
.popform-form li button.popform-cancel:hover{background: #d2d2d2;}
.popform-form li button.popform-confirm:hover{background: #00479d;}

/** product in **/
.in-product-list{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
}
.in-product-list li{
	width: 33.333333%;
	padding-left: 20px;
	padding-right: 20px;
	height: auto;
	overflow: hidden;
	margin-bottom: 30px;
}
.in-product-list li a{
	display: block;
}
.in-product-list li .pic{
	height: auto;
	overflow: hidden;
}
.in-product-list li .pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.in-product-list li .title{
	font-size: 20px;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
	color: #fff;
}
.in-product-list li .brief{
	line-height: 2;
	color: #777;
	font-size: 14px;
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
}

.in-product-list li:hover .pic img{
	transform: scale(1.1);
}
.in-product-list li .more{
	height: auto;
	overflow: hidden;
}
.in-product-list li .more span{
	display: inline-block;
	color: #fff;
	background-color: var(--main-color);
	font-size: 12px;
	line-height: 32px;
	padding: 0 15px;
	text-transform: uppercase;
	transition: 0.5s;
}
.in-product-list li .more i{
	display: inline-block;
	margin-left: 10px;
	transition: 0.5s;
}
.in-product-list li a:hover .more span{
	background-color: #1c2c4c;
}
.in-product-list li a:hover .more i{
	margin-left: 15px;
}

.detail-product-top{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.detail-product-zoom{
	width: 420px;
	height: auto;
	overflow: hidden;
}
.detail-product-right{
	flex: 1;
	padding-left: 30px;
}
.detail-product-title{
	color: #fff;
	line-height: 1.25;
}
.detail-product-brief{
	color: #fff;
	font-size: 18px;
	line-height: 2;
	margin-top: 15px;
}
.detail-product-btm{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.detail-product-btm li{
	position: relative;
	font-size: 14px;
}
.detail-product-btm li + li{
	margin-left: 10px;
}
.detail-product-btm li a{
	display: block;
	line-height: 40px;
	padding: 0 30px;
	border-radius: 5px;
	color: #fff;
	background-color: var(--main-color);
}
.detail-product-btm li i{
	display: inline-block;
	margin-right: 10px;
}
.web-share{
	height: auto;
	overflow: hidden;
}

.slideBox-product{
	margin-top:30px;
	height: auto;
	overflow:hidden;
}
.slideBox-product .hd{
	height: auto;
	overflow: hidden;
	background-color: #eee;
}
.slideBox-product .hd ul{
	height: auto;
	overflow: hidden;
}
.slideBox-product .hd ul li{
	font-size:16px;
	float:left;
	height:45px;
	line-height:45px;
	border-right:1px solid #fff;	
	padding:0 25px;
	cursor:pointer;
	transition: 0.5s;
}
.slideBox-product .hd ul li a{
	display:block;
	color: #333;
}
.slideBox-product .hd ul li.on {
    background-color: var(--main-color);
    color: #fff;
}
.slideBox-product .bd{
	border:1px solid #eee;
	height: auto;
	overflow: hidden;
}
.slideBox-product .bd ul{
	padding:20px;
	height: auto;
	overflow:hidden;
}
.detail-product-content{
	height: auto;
	overflow: hidden;
	font-size: 18px;
	line-height: 2;
	color: #fff;
}
.detail-product-content img{
	max-width: 100%;
	height: auto;
}
.detail-product-content iframe{
	max-width: 100%;
	height: auto;
}
.detail-product-content video{
	max-width: 100%;
	height: auto;
}
.related-product{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	justify-content: center;
}
.related-product::after{
	content: '';
	width: 100%;
	height: 1px;
	background-color: #eee;
	position: absolute;
	left: 0;
	top: 50%;
}
.related-product span{
	display: inline-block;
	padding: 0 20px;
	font-size: 24px;
	text-transform: capitalize;
	position: relative;
	z-index: 11;
	background-color: #1C2C4C;
	color: #fff;
}

.maplist{
	height: auto;
	overflow: hidden;
}
.maplist h3{
	font-size: 20px;
	margin-bottom: 20px;
	position: relative;
	padding-left: 20px;
}
.maplist h3::before{
	content: '';
	width: 10px;
	height: 10px;
	border: 2px solid var(--main-color);
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.maplist-sub{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}
.maplist-sub li{
	font-size: 16px;
	margin-right: 25px;
}
.maplist-sub li i{
	display: inline-block;
	font-size: 14px;
	margin-right: 5px;
	vertical-align: middle;
}

.product-list-color{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}
.product-list-color span{
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #585858;
	margin: 0 5px;
	cursor: pointer;
	transition: 0.5s;
}
.product-list-color span.cur{
	background-color: var(--main-color);
}

.section-why{
	background-color: #fff;
}
.index-why-list{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -25px;
	margin-right: -25px;
}
.index-why-list li{
	width: 33.333333%;
	padding: 25px;
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.index-why-list li .wrap{
	width: 100%;
	height: auto;
	overflow: visible;
	border: 1px solid var(--main-color);
	border-radius: 8px;
	padding: 25px;
	transition: 0.5s;
}
.index-why-list li .icon{
	height: auto;
	overflow: hidden;
	text-align: center;
	position: relative;
	padding-bottom: 30px;
}
.index-why-list li .icon i{
	font-size: 54px;
	color: var(--main-color);
}
.index-why-list li .icon::after{
	content: '';
	width: 106px;
	height: 2px;
	background-color: var(--main-color);
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.index-why-list li .title{
	text-align: center;
	color: #000;
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 20px;
	transition: 0.5s;
}
.index-why-list li .info{
	height: auto;
	overflow: hidden;
	color: #2e3139;
	font-size: 14px;
	margin-top: 20px;
	line-height: 1.95;
}
.index-why-list li .wrap:hover{
	transform: translateY(-10px);
	box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}
.index-why-list li .wrap:hover .title{
	color: var(--main-color);
}

/** partner **/
.section-partner{
	background-color: #f2f3f4;
}
.index-partner-list{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -12px;
	margin-right: -12px;
}
.index-partner-list li{
	width: 16.666666%;
	padding: 12px;
}
.index-partner-list li .wrap{
	height: auto;
	overflow: hidden;
	border: 1px solid #eee;
	position: relative;
}
.index-partner-list li .title{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.4);
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
	padding: 15px;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	transition: 0.5s;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.index-partner-list li .wrap:hover .pic img{
	transform: scale(1.05);
}
.index-partner-list li .wrap:hover .title{
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

/** 404 **/
.error-flex{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
}
.error-flex .error-item{
	width: 33.333333%;
	padding: 0 15px;
}
.error-404{
	color: #f0f0f0;
	font-size: 160px;
	font-weight: 700;
	font-family: 'Roboto';
}
.error-head{
	height: auto;
	overflow: hidden;
	font-size: 22px;
	color: #104493;
	margin-bottom: 10px;
}
.error-list{
	height: auto;
	overflow: hidden;
}
.error-list li{
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}
.error-list li a{
	display: block;
	height: 46px;
	line-height: 46px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 15px;
	color: #666;
}
.error-list li i{
	display: inline-block;
	margin-right: 5px;
	font-size: 12px;
}
.error-sml{
	height: auto;
	overflow: hidden;
	font-size: 16px;
	margin-bottom: 20px;
}
.error-search{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.error-search input{
	display: block;
	width: 100%;
	border: 1px solid rgb(210, 210, 210);
	background-color: rgb(221, 223, 226);
	height: 36px;
	line-height: 34px;
	padding: 0 40px 0 15px;
	color: #666;
}
.error-search button{
	display: block;
	width: 36px;
	height: 36px;
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	background-color: #000;
	text-align: center;
	line-height: 36px;
	border: 0;
	transition: .5s;
}
.error-search button i{
	font-size: 24px;
}

/**** ======================== ****/

.clear{
	width:100%;
	clear:both;
}


.main{
	width:1400px;
	overflow:hidden;
	margin:0px auto;
}
.content{
	line-height:30px;
}
.content img{
	max-width:100%;
	height:auto;
}

.zone{
	width:100%;
	min-width:1400px;
	overflow:hidden;
}



.foot-fbk-wrap{
	width: 350px;
	height: auto;
	overflow: hidden;
}
.foot-fbk-lt{
	height: auto;
	overflow: hidden;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}

.foot-fbk-sml{
	height: auto;
	overflow: hidden;
	position: relative;
	border: 1px solid #7d7d7d;
	border-radius: 5px;
	margin-top: 15px;
}
.foot-fbk-sml input{
	display: block;
	width: 262px;
	height: 36px;
	line-height: 36px;
	padding: 0 15px;
	float: left;
	border: none;
	outline: none;
	background-color: transparent;
	color: #fff;
}
.foot-fbk-btm{
	width: 85px;
	height: auto;
	overflow: hidden;
	float: right;
}
.foot-fbk-btm button{
	display: block;
	width: 100%;
	text-align: center;
	height: 36px;
	line-height: 36px;
	border: none;
	background-color: #104493;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
}
.foot-fbk-btm button i{
	display: inline-block;
	font-size: 24px;
	vertical-align: top;
}
.foot-fbk-rt{
	height: auto;
	overflow: hidden;
}
.foot-fbk-row{
	height: auto;
	overflow: hidden;
}
.foot-fbk-half{
	width: 204px;
	height: auto;
	overflow: hidden;
	position: relative;
	margin-left: 15px;
}
.foot-fbk-full{
	width: 330px;
	height: auto;
	overflow: hidden;
	position: relative;
	margin-left: 15px;
}
.foot-fbk-half input,
.foot-fbk-full input{
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	border: none;
	padding: 0 15px 0 45px;
	background-color: #fff;
	color: #adadad;
	font-size: 14px;
}
.foot-fbk-full textarea{
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	border: none;
	padding: 0 15px 0 45px;
	background-color: #fff;
	color: #adadad;
	font-size: 14px;
	resize: none;
}
.foot-fbk-half i,
.foot-fbk-full i{
	display: inline-block;
	position: absolute;
	left: 10px;
	top: 15px;
	color: #adadad;
	font-size: 24px;
}

/** about **/
.section-about{
	background-image: url(../images/about-bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	padding-top: 70px;
	padding-bottom: 70px;
}
.about-pic{
	width: 562px;
	height: auto;
	overflow: hidden;
}
.about-pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.about-wrap{
	height: auto;
	overflow: visible;
	position: relative;
}
.about-content{
	width: 600px;
	height: auto;
	overflow: hidden;
}
.about-date{
	height: auto;
	overflow: hidden;
	color: #de7b24;
	font-size: 28px;
}
.about-wename{
	height: auto;
	overflow: hidden;
	padding-bottom: 15px;
	margin-top: 10px;
	color: #333;
	font-size: 18px;
	text-transform: uppercase;
	position: relative;
}
.about-wename::after{
	content: '';
	width: 75px;
	height: 1px;
	background-color: #999;
	position: absolute;
	left: 0;
	bottom: 0;
}
.about-wename h3{
	color: #2c2c2c;
	font-size: 24px;
}
.about-wename h4{
	color: #676767;
	font-size: 18px;
	margin-top: 5px;
}
.about-brief{
	height: auto;
	overflow: hidden;
	color: #333;
	font-size: 16px;
	line-height: 2.5;
}
.about-brief.white{
	color: #fff;
}
.about-more{
	height: auto;
	overflow: hidden;
	margin-top: 50px;
	font-size: 14px;
}
.about-more a{
	display: inline-block;
	height: 56px;
	line-height: 56px;
	overflow: hidden;
	padding: 0 40px;
	color: #fff;
	/* padding-right: 45px;
	background-image: url(../images/jt-1.png);
	background-repeat: no-repeat;
	background-position: 100% 50%; */
	background-color: #2278c5;
	text-transform: uppercase;
	/* -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; */
}
.about-more a i{
	display: inline-block;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	border-radius: 5px;
	color: #49b140;
	font-size: 12px;
	background-color: #fff;
	margin-left: 10px;
}
.about-more a:hover{
	/* background-color: #096fb9; 
	color: #d71809;*/
}
.about-tel{
	height: auto;
	overflow: hidden;
	font-size: 20px;
	font-weight: bold;
}
.about-tel a{
	display: inline-block;
	color: #fff;
	background-color: #ffa81a;
	height: 54px;
	line-height: 54px;
	padding-left: 85px;
	padding-right: 30px;
	border-radius: 27px;
	background-image: url(../images/about-tel.png);
	background-repeat: no-repeat;
	background-position: 30px 50%;
}
.index-about-video{
	height: auto;
	overflow: hidden;
	text-align: center;
}
.index-about-video a{
	display: inline-block;
	color: #fff;
	width: 70px;
	height: 70px;
	overflow: hidden;
	border-radius: 50%;
	background-image: url(../images/play.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.index-list-youshi{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px;
}
.index-list-youshi li{
	width: 25%;
	background-color: rgba(255,255,255,0.95);
	border-top: 2px solid var(--main-color);
	padding: 35px 0;
	text-align: center;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.index-list-youshi li .wrap{
	width: 100%;
	padding: 0 20px;
	border-right: 1px solid #dbdbdb;
}
.index-list-youshi li .title{
	color: var(--main-color);
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
}
.index-list-youshi li .info{
	color: #6a6a6a;
	font-size: 16px;
	margin-top: 15px;
	line-height: 1.75;
}


.shuzhi-list{
	width: 1400px;
	height: 180px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background-color: #fff;
	justify-content: space-between;
	padding-top: 45px;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	bottom: -90px;
	z-index: 999;
}
.shuzhi-list li{
	width: 25%;
	height: auto;
	text-align: center;
	padding: 0;
	position: relative;
	padding: 0 25px;
	transition: 0.5s;
}
/* .shuzhi-list li:first-child{
	border-left: 1px solid #e7e7e7;
} */
/* .shuzhi-list li:last-child{
	border-right: none;
} */
.shuzhi-list li.wdli-1{
	width: 166px;
	background-color: #2278c5;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	position: relative;
}
.lang-en .shuzhi-list li.wdli-1{
	font-size: 24px;
}
.shuzhi-list li.wdli-1::after{
	content: '';
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-left: 20px solid #2278c5;
	border-bottom: 10px solid transparent;
	position: absolute;
	right: -20px;
	
}
.shuzhi-list li .num{
	width: 100%;
	height: auto;
	overflow: hidden;
	color: #104493;
	font-size: 36px;
	transition: 0.5s;
	font-family: 'Gotham-Bold';
}
.shuzhi-list li .num span{
	display: inline-block;
	font-size: 36px;
	vertical-align: top;
}
.shuzhi-list li .num i{
	display: inline-block;
	vertical-align: top;
	font-style: normal;
}
.shuzhi-list li .num em{
	display: inline-block;
	color: #2278c5;
	font-style: normal;
	font-family: 'Gotham-Bold';
	font-size: 24px;
}
.shuzhi-list li .title{
	width: 100%;
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	transition: 0.5s;
	margin-top: 10px;
}

/** honor **/
.section-honor{
	background-image: url(../images/honor-bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-size: auto;
	padding-bottom: 80px;
}
.scrollSwiperhonor{
	height: auto;
	overflow: hidden;
}
.scrollSwiperhonor .swiper .swiper-slide .pic{
	height: auto;
	overflow: hidden;
	border: 1px solid #e5e5e5;
}
.scrollSwiperhonor .swiper .swiper-slide .pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	transition: 0.5s;
}
.scrollSwiperhonor .swiper .swiper-slide:hover .pic img{
	transform: scale(1.1);
}
.scrollSwiperhonor .swiper-page{
	margin-top: 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 20px;
}
.scrollSwiperhonor .swiper-page .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background-color: #b2b2b2;
	transition: 0.5s;
}
.scrollSwiperhonor .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: var(--main-color);
	transform: scale(1.2);
}


/** 优势 **/
.section-adv{
	height: 826px;
	background-image: url(../images/adv-bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	padding-top: 135px;
}
.index-adv-list{
	height: auto;
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 80px;
}
.index-adv-list li{
	width: 425px;
	padding: 25px;
	transition: .5s;
	position: relative;
	height: auto;
	color: #fff;
	margin-bottom: 30px;
}
.index-adv-list li .title{
	font-size: 24px;
	transition: .5s;
	margin-top: 10px;
}
.index-adv-list li .info{
	font-size: 16px;
	line-height: 28px;
	margin-top: 10px;
	transition: .5s;
}
.index-adv-list li span{
	display: inline-block;
	position: absolute;
	left: 25px;
	top: -27px;
	font-size: 48px;
	line-height: 54px;
	color: #104493;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
}

.index-adv-list li:hover{
	background-color: #fff;
	color: #333;
}
.index-adv-list li:hover span{
	opacity: 1;
	visibility: visible;
}

.adv-head-pic{
	height: auto;
	overflow: hidden;
}
.adv-head-pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.adv-wrap{
	height: auto;
	overflow: hidden;
	position: relative;
}
.adv-pic1,.adv-pic2{
	width: 600px;
	height: auto;
	overflow: hidden;
	position: absolute;
	border-radius: 5px;
}
.adv-pic1 img,.adv-pic2 img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.adv-pic1{
	left: 0;
	top: 0;
}
.adv-pic2{
	right: 0;
	bottom: 0;
}
.adv-list{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
}
.adv-list li{
	width: 33.333333%;
	height: auto;
	overflow: hidden;
	/* background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	position: relative; */
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
/* .adv-list li.wdli-1{
	top: 0;
	left: 0;
}
.adv-list li.wdli-2{
	top: 0;
	right: 0;
}
.adv-list li.wdli-3{
	top: 260px;
	left: 0;
}
.adv-list li.wdli-4{
	top: 260px;
	right: 0;
} */
.adv-list li.active{
	width: 40%;
}
.adv-list li .cover{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.66);
	padding-top: 230px;
	padding-left: 60px;
	padding-right: 60px;
	opacity: 1;
	visibility: visible;
}
.adv-list li .cover .title-3{
	color: #fff;
	font-size: 26px;
	margin-top: 70px;
}
.adv-list li .cover .info-3{
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	margin-top: 40px;
	height: 150px;
	overflow: hidden;
}
.adv-list li .cover .more{
	height: auto;
	overflow: hidden;
	color: #fff;
	margin-top: 40px;
}
.adv-list li .cover .more i{
	font-size: 36px;
}
.adv-list li .cover-2{
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: -100%;
	background-color: #fff;
	padding: 45px;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
}

.adv-list li.active .cover{
	opacity: 0;
	visibility: hidden;
}
.adv-list li.active .cover-2{
	bottom: 20px;
	opacity: 1;
	visibility: visible;
	transition-delay: 0.15s;
}

.adv-list li .wrap{
	height: auto;
	overflow: hidden;
	background-color: #f9f9f9;
	border-top: 2px solid #ededed;
	padding: 50px 40px;
}
.adv-list li .title-box{
	height: 60px;
	overflow: hidden;
	padding-right: 70px;
	background-repeat: no-repeat;
	background-position: 100% 0;
}
.adv-list li .title-box .num{
	width: 110px;
	color: #e60012;
	font-size: 60px;
	line-height: 60px;
	float: left;
	font-family: 'FuturaBT-Bold';
}
.adv-list li .title-box .title-wrap{
	height: 60px;
	overflow: hidden;
	margin-left: 110px;
}
.adv-list li .pic{
	height: auto;
	overflow: hidden;
	color: #104493;
}
.adv-list li .title-box .pic img{
	display: block;
	width: 76px;
	height: auto;
	float: left;
}
.adv-list li .pic i{
	display: inline-block;
	line-height: 1;
	font-size: 56px;
}
.adv-list li .title{
	height: auto;
	line-height: 30px;
	overflow: hidden;
	position: relative;
	color: #171721;
	font-size: 18px;
	padding-bottom: 10px;
}
.adv-list li .title::after{
	content: '';
	width: 30px;
	height: 2px;
	background-color: #104493;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.adv-list li .title-box .title span{
	display: inline-block;
	color: #d71809;
}
.adv-list li .title-box .title-2{
	color: #999;
	font-size: 16px;
	margin-top: 5px;
	font-family: 'GothamLight';
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	margin-top: 10px;
}
/* .adv-list li .title-box .title span::after{
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #49b140;
	z-index: 11;
} */
.adv-list li .info{
	color: #686876;
	font-size: 14px;
	line-height: 2;
}
.adv-list li .more{
	height: auto;
	overflow: hidden;
	font-size: 14px;
}
.adv-list li .more a{
	color: #104493;
}
.lang-en .adv-list li .title-box .title{
	font-size: 20px;
}
.lang-en .adv-list li .info{
	font-size: 14px;
	line-height: 24px;
}
.adv-list li:hover .pic{
	color: #fff;
}
.adv-list li:hover .wrap{
	background-color: #104493;
	border-top-color: #104493;
}
.adv-list li:hover .title{
	color: #fff;
}
.adv-list li:hover .title::after{
	background-color: #fff;
}
.adv-list li:hover .info{
	color: #fff;
}
.adv-list li:hover .more a{
	color: #fff;
}

/** 案例 **/
.section-case{
	background-image: url(../images/case-bg.jpg);
	padding: 0;
}
.index-flex-case{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index-case-side{
	width: 230px;
	position: relative;
	z-index: 1;
	padding: 80px 0;
}
.index-case-side::before{
	content: '';
	width: 300%;
	height: 500%;
	background-color: rgba(20,33,61,0.6);
	position: absolute;
	right: 0;
	top: -100%;
	bottom: -100%;
	z-index: 5;
}
.index-list-sort-case{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 11;
}

.index-list-sort-case li{
	height: 70px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	font-size: 18px;
	position: relative;
	padding-right: 48px;
	transition: 0.5s;
	z-index: 444;
}
.index-list-sort-case li a{
	color: #fff;
	display: block;
	line-height: 30px;
	position: relative;
	z-index: 333;
}
.index-list-sort-case li i{
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	right: 17px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.5s;
	opacity: 0;
	visibility: hidden;
	z-index: 333;
	color: #30a1d2;
	font-size: 16px;
}
.index-list-sort-case li::after{
	content: '';
	width: 0;
	height: 100%;
	background-color: var(--main-color);
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 11;
	transition: 0.5s;
}
.index-list-sort-case li.on::after,
.index-list-sort-case li:hover::after{
	width: 300%;
}
.index-list-sort-case li.on i,
.index-list-sort-case li:hover i{
	opacity: 1;
	visibility: visible;
}

.index-case-main{
	width: 1085px;
	height: auto;
	overflow: hidden;
	padding: 80px 0;
}
.index-case-main .item{
	height: auto;
	overflow: hidden;
	display: none;
}
.index-case-sort-pic{
	width: 500px;
	height: 605px;
	overflow: hidden;
	float: left;
	background-color: #ff;
	border: 3px solid #fff;
}
.index-case-sort-pic a{
	display: block;
}
.index-case-sort-pic img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s;
}
.index-case-sort-pic:hover img{
	transform: scale(1.1);
}
.index-list-case{
	width: 580px;
	height: auto;
	overflow: hidden;
	float: right;
}
.index-list-case li{
	height: 300px;
	overflow: hidden;
}
.index-list-case li + li{
	margin-top: 5px;
}
.index-list-case li .wrap{
	height: 300px;
	overflow: hidden;
	border: 3px solid #fff;
	position: relative;
}
.index-list-case li a{
	display: block;
}
.index-list-case li .pic{
	height: auto;
	overflow: hidden;
}
.index-list-case li .pic img{
	display: block;
	width: 100%;
	height: 294px;
	margin: 0 auto;
	object-fit: cover;
	transition: 0.5s;
}
.index-list-case li:hover .pic img{
	transform: scale(1.05);
}
.index-list-case li h3{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(16,68,147,0.8);
	color: #fff;
	font-size: 18px;
	padding: 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.5s;
	opacity: 0;
	visibility: hidden;
}
.index-list-case li:hover h3{
	opacity: 1;
	visibility: visible;
}

.section-solution{
	background-color: #f5f5f5;
}
.case-menu{
	height: auto;
	overflow: hidden;
	margin-top: 32px;
	user-select: none;
}
.case-menu ul{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}
.case-menu li{
	width: 150px;
	height: 150px;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 40px;
	cursor: pointer;
	text-align: center;
	transition: 0.5s;
}
.case-menuimg{
	width:50px;
	height: 50px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 50% 0;
	transition: 0.5s;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.case-menu li p{font-size: 18px;color: #6a6a6a;margin-top: 16px;transition: all .4s ease; padding: 0 10px;}
.lang-en .case-menu li p{
	font-size: 14px;
}
.case-menu li:hover p{color: #6a6a6a;transition: 0.5s;}
.case-menu li.ontrue{
	color: #fff;
	background-color: var(--main-color);
}
.case-menu li.ontrue .case-menuimg{
	background-position: 50% -50px;
}
.case-menu li.ontrue p{color: #fff;}

.case-loop{width: 100%;position: relative;margin-top: 52px;}
/* .case-loop .swiper .swiper-slide{
	width: 67%;
} */

.case-imgwd{width: 100%;height:auto;position: relative;}
.case-img{width: 100%;height: auto;object-fit: cover;}
.case-wd{position: absolute;top: 0;right: -100px;width: 500px;height: 550px;padding: 75px 36px 0;background: linear-gradient(135deg, #05ab8d, #2258b8);box-shadow: 0 6px 16px 6px rgba(0, 0, 0, .3);}
.case-wd img{position: absolute;top: 48px;right: 36px;}
.case-wdft{width: 100%;color: #fff;}
.case-wdft h6{font-size: 30px; margin-top: 15px; }
.case-wdft i{display: block;width: 40px;height: 3px;margin: 26px 0 32px;background: rgba(255, 255, 255, .2);}
.case-wdft p{font-size: 16px;line-height: 26px;height: 78px; margin-top: 15px; overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp: 3;}
.case-wdft a{display: inline-block;margin-top: 44px;}
.case-wdft a span, .case-wdft a b{display: inline-block;vertical-align: middle;}
.case-wdft a span{font-size: 16px;margin-right: 14px;}
.case-wdft a b{width: 30px;height: 30px;border-radius: 50%;overflow: hidden;background: #fff url('../images/index/casearr.png') no-repeat center;}
.case-wdft a:hover b{animation: casearr .6s linear both;}
@keyframes casearr{0%{background-position: center center;}60%{background-position: 30px center;}60.0001%{background-position: -30px center;}100%{background-position: center center;}}
.case-wdft h6, .case-wdft i, .case-wdft p, .case-wdft a{opacity: 0;}
.swiper-slide-active .case-wdft h6{animation: casewdDh 1s ease both .7s;}
.swiper-slide-active .case-wdft i{animation: casewdDh 1s ease both .9s;}
.swiper-slide-active .case-wdft p{animation: casewdDh 1s ease both 1.1s;}
.swiper-slide-active .case-wdft a{animation: casewdDh 1s ease both 1.3s; color:#fff;}
@keyframes casewdDh {0%{transform: translateY(28px);opacity: 0;}100%{transform: translateY(0);opacity: 1;}}

.case-smlimg{
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: 50% -50px;
	opacity: 0.2;
}

/** news **/
.section-news{
	background-color: #fff;
}
.scrollSwiperNews{
	position: relative;
}
.scrollSwiperNews .swiper{
	padding: 10px 5px;
}
.scrollSwiperNews .swiper .swiper-slide{
	height: auto;
	overflow: hidden;
	box-shadow: 0 4px 10px 2px #ebebeb;
}
.scrollSwiperNews .swiper .swiper-slide .pic{
	height: auto;
	overflow: hidden;
	z-index: 5;
	position: relative;
}
.scrollSwiperNews .swiper .swiper-slide .pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	transition: 0.5s;
}
.scrollSwiperNews .swiper .swiper-slide .txt-box{
	padding: 20px 15px;
	position: relative;
	z-index: 123;
}
.scrollSwiperNews .swiper .swiper-slide .txt-box .title{
	font-size: 20px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.scrollSwiperNews .swiper .swiper-slide .txt-box .title a{
	color: #fff;
}
.scrollSwiperNews .swiper .swiper-slide .txt-box .brief{
	height: 60px;
	overflow: hidden;
	line-height: 30px;
	margin-top: 10px;
	transition: 0.5s;
	font-size: 16px;
	color: #fff;
}
.scrollSwiperNews .swiper .swiper-slide .txt-box .time{
	border-top: 1px solid #d0d0d0;
	margin-top: 15px;
	padding-top: 15px;
	line-height: 24px;
	color: #fff;
	font-size: 16px;
	transition: 0.5s;
}
.scrollSwiperNews .swiper .swiper-slide .txt-box .time a{
	display: inline-block;
	float: right;
	color: #fff;
}
.scrollSwiperNews .swiper .swiper-slide .news-bgc{
	width: 100%;
	height: 100%;
	background-image: url(../images/newsbg.png);
	background-repeat: repeat-x;
	background-position: 50% 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	opacity: 1;
	visibility: visible;
	transition: .5s;
}
.scrollSwiperNews .swiper .swiper-slide:hover .news-bgc{
	opacity: 1;
	visibility: visible;
}
.scrollSwiperNews .swiper .swiper-slide:hover .title a{
	color: #fff;
}
.scrollSwiperNews .swiper .swiper-slide:hover .brief{
	color: #fff;
}
.scrollSwiperNews .swiper .swiper-slide:hover .time,
.scrollSwiperNews .swiper .swiper-slide:hover .time a{
	color: #fff;
}
.scrollSwiperNews .swiper-arrows{
	display: block;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 34px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	border: 1px solid  #969696;
	transition: 0.5s;
}
.scrollSwiperNews .swiper-arrows i{
	display: inline-block;
	font-size: 20px;
}
.scrollSwiperNews .swiper-arrows.swiper-arrow-next{
	right: -44px;
}
.scrollSwiperNews .swiper-arrows.swiper-arrow-prev{
	left: -44px;
}
.scrollSwiperNews .swiper-arrows:hover{
	color: #fff;
	background-color: var(--main-color);
	border-color: var(--main-color);
}

/** friendlink **/
.section-link{
	padding: 20px 0;
	background-color: transparent;
}

.in-nav-drop{
	height: 90px;
	border-bottom: 1px solid #eee;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.nav-drop-link{
	float: left;
	height: auto;
	overflow: visible;
	position: relative;
}
.nav-drop-link h3{
	padding: 10px;
	color: #000;
	font-size: 24px;
	text-transform: capitalize;
	cursor: pointer;
}
.nav-drop-link h3 i{
	display: inline-block;
	margin-left: 15px;
}
.in-nav-list{
	border-top: 30px solid transparent;
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 9999;
	display: none;
}
.in-nav-list ul{
	padding: 10px 0;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 0 20px rgba(0,0,0,.1);
	position: relative;
}
.in-nav-list ul::before{
	content: "";
	width: 0;
	height: 0;
	border: 8px solid transparent;
	    border-bottom-color: transparent;
	border-bottom-color: #fff;
	display: block;
	position: absolute;
	top: -16px;
	left: 50%;
	margin-left: -8px;
}
.in-nav-list ul li{
	height: auto;
	overflow: hidden;
	text-align: center;
	color: #333;
}
.in-nav-list ul li a{
	height: 40px;
	line-height: 40px;
	display: block;
	white-space: nowrap;
	font-size: 16px;
	font-weight: 400;
	padding: 0 40px;
	overflow: hidden;
}
.in-nav-list ul li a:hover{
	background-color: #F2F7FC;
}

.in-case-list{
	height: 60px;
	padding-top: 0;
	border-bottom: 1px solid #eee;
}
.in-case-list ul li{
	height: 60px;
	line-height: 60px;
	white-space: nowrap;
	margin: 0 50px 0 0;
	color: #7e7f7e;
	font-size: 16px;
	border-bottom: 1px solid transparent;
	transition: all .8s;
	cursor: pointer;
	float: left;
}
.in-case-list ul li a{
	display: block;
	height: 60px;
	line-height: 60px;
	white-space: nowrap;
	color: #7e7f7e;
	font-size: 16px;
	border-bottom: 1px solid transparent;
	transition: all .8s;
	cursor: pointer;
}
.in-case-list ul li a.zlm_on{
	color: var(--main-color);
	font-weight: 700;
	border-bottom: 1px solid var(--main-color);
}

.video-content{
	height: auto;
	overflow: hidden;
}
.video-content img{
	max-width: 100%;
	height: auto;
}
.video-content iframe{
	width: 100%;
	height: 550px;
}

.section-feedback{
	background-image: url(../images/online-bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	height: 500px;
	overflow: hidden;
}
.index-flex-feedback{
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.index-list-contact{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin-bottom: 60px;
}
.index-list-contact li{
	max-width: 520px;
	color: #fff;
	font-size: 16px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.index-list-contact li i{
	display: inline-block;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	border-radius: 50%;
	background-color: var(--main-color);
	font-size: 30px;
}
.index-list-contact li .title{
	flex: 1;
	line-height: 25px;
	padding-left: 20px;
}
.index-list-contact li + li{
	margin-left: 100px;
}

.section-video{
	background-color: #fff;
}


.in-fbk-vecode{
	height: auto;
	overflow: hidden;
}
.in-fbk-vecode label{
	display: inline-block;
	height: auto;
	overflow: hidden;
	color: #333;
	font-size: 15px;
	float: left;
	line-height: 40px;
	margin-right: 10px;
}
.in-fbk-vecode .yanzhm{
	height: auto;
	overflow: hidden;
	float: left;
}
.in-fbk-vecode .yanzhm input.yzm{
	width: 80px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #ddd;
	border-radius: 5px;
	outline: none;
	padding: 0 10px;
	font-size: 14px;
	font-family: inherit;
	transition: .5s;
	color: #333;
	float: left;
}
#v_container {
  float: left;
  height: auto;
  overflow: hidden;
  margin-left: 10px;
}


/** swiper banner **/
.banSwiper{
	width: 100%;
	min-width: 1400px;
	height: auto;
	overflow: hidden;
	position: relative;
}
.banSwiper .swiper{
	width: 100%;
	height: auto;
}
.banSwiper .swiper .swiper-slide{
	overflow: hidden;
}
.banSwiper .swiper .swiper-slide a{
	display: block;
}
.banSwiper .swiper .swiper-slide .pic img{
	width: 100%;
	height: 800px;
	object-fit: cover;
	/* transform: scale(1.5); */
	transition: 0.8s;
}
/* .banSwiper .swiper .swiper-slide.swiper-slide-active .pic img{
	transform: scale(1);
} */
.banSwiper .swiper .swiper-arrows{
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 16px rgba(0,0,0,0.2);
	cursor: pointer;
	position: absolute;
	z-index: 5;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	border-radius: 50%;
	background-color: rgba(0,0,0,0.6);
}
.banSwiper .swiper .swiper-arrows i{
	font-size: 18px;
}
.banSwiper .swiper .swiper-arrows.swiper-arrow-next{
	right: 40px;
}
.banSwiper .swiper .swiper-arrows.swiper-arrow-prev{
	left: 40px;
}
.banSwiper .swiper-page{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 6;
	height: 20px;
	overflow: hidden;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 10px;
}
.banSwiper .swiper-page .swiper-pagination-bullet{
	width: auto;
	height: auto;
	border-radius: 50%;
	background: transparent;
}
.banSwiper .swiper-page .swiper-pagination-bullet i{
	width: 12px;
	height: 12px;
	display: block;
	position: relative;
	border-radius: 50%;
	background: transparent;
	opacity: 1;
	border: 1px solid transparent;
	transition: all .6s ease;
}
.banSwiper .swiper-page .swiper-pagination-bullet i::before{
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	background: #fff;
	transform: translate(-50%,-50%);
	transition: all .6s ease;
}
.banSwiper .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active i{
	border-color: #fff;
}
.banSwiper .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active i::before{
	transform: translate(-50%,-50%) scale(0);
}

/** 产品滚动 **/
.scrollSwiperProduct{
	height: auto;
	overflow: hidden;
	position: relative;
}
.scrollSwiperProduct .swiper{
	height: auto;
}
.scrollSwiperProduct .swiper .swiper-slide{
	background-color: #fff;
	overflow: hidden;
	border: 1px solid #fff;
}
.scrollSwiperProduct .swiper .swiper-slide .pic{
	margin-top: 20px;
}
.scrollSwiperProduct .swiper .swiper-slide:hover .pic img{
	transform: scale(1.1);
}
.scrollSwiperProduct .swiper .swiper-slide .title{
	font-size: 22px;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 60px;
	margin-top: 20px;
}
.scrollSwiperProduct .swiper .swiper-slide .more{
	height: 20px;
	line-height: 20px;
	padding: 0 60px;
	font-size: 14px;
	color: #6a6a6a;
	margin-top: 10px;
}
.scrollSwiperProduct .swiper .swiper-slide .brief{
	color: #666;
	font-size: 14px;
	padding: 0 20px;
	margin-bottom: 15px;
}
.scrollSwiperProduct .swiper-arrows{
	width: 36px;
	height: 36px;
	overflow: hidden;
	text-align: center;
	line-height: 36px;
	position: relative;
	z-index: 20;
	cursor: pointer;
	border-radius: 50%;
	color: var(--main-color);
	border: 1px solid var(--main-color);
	margin: 0 10px;
	transition: 0.5s;
}
.scrollSwiperProduct .swiper-arrows i{
	display: inline-block;
	font-size: 18px;
}
.scrollSwiperProduct .swiper-arrows:hover{
	color: #fff;
	background-color: var(--main-color);
}

.scrollSwiperProduct .swiper-page{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	position: relative;
	margin-top: 25px;
	bottom: 0;
}
.scrollSwiperProduct .swiper-page .swiper-pagination-bullet{
	background-color: transparent;
	width: 10px;
	height: 10px;
	border: 1px solid var(--main-color);
}
.scrollSwiperProduct .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: var(--main-color);
}
.scrollSwiperProduct .swiper .swiper-slide:hover{
	border-color: var(--main-color);
}
.index-flex-arrow{
	margin-top: 40px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}

.index-cp-wrap{
	height: auto;
	overflow: hidden;
}
.index-cp-wrap .item{
	height: auto;
	overflow: hidden;
	display: none;
}

/** 相关产品 **/
.relatedSwiperProduct{
	height: auto;
	overflow: hidden;
	position: relative;
}
.relatedSwiperProduct .swiper{
	height: auto;
}
.relatedSwiperProduct .swiper .swiper-slide{
	background-color: #fff;
	overflow: hidden;
}
.relatedSwiperProduct .swiper .swiper-slide a{
	display: block;
}
.relatedSwiperProduct .swiper .swiper-slide:hover .pic img{
	transform: scale(1.1);
}
.relatedSwiperProduct .swiper .swiper-slide .title{
	font-size: 16px;
	padding: 16px 20px;
	border-top: 1px solid #eee;
}
.relatedSwiperProduct .swiper .swiper-slide .brief{
	color: #666;
	font-size: 14px;
	padding: 0 20px;
	margin-bottom: 15px;
}
.relatedSwiperProduct .swiper-arrows{
	background-color: rgba(0,0,0,0.4);
	color: #fff;
	width: 40px;
	height: 40px;
	overflow: hidden;
	text-align: center;
	line-height: 40px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 20;
	cursor: pointer;
}
.relatedSwiperProduct .swiper-arrows i{
	display: inline-block;
	font-size: 18px;
}
.relatedSwiperProduct .swiper-arrows.swiper-arrow-next{
	right: 0;
}
.relatedSwiperProduct .swiper-arrows.swiper-arrow-prev{
	left: 0;
}
.relatedSwiperProduct .swiper-page{
	margin-top: 25px;
	bottom: 0;
}
.relatedSwiperProduct .swiper-page .swiper-pagination-bullet{
	background-color: transparent;
	width: 10px;
	height: 10px;
	border: 1px solid var(--main-color);
}
.relatedSwiperProduct .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: var(--main-color);
}

/** 产品放大镜效果 **/
.swiper-thumb-wrap{
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
	height: auto;
	overflow: hidden;
}
.thumbSwiper{
	height: auto;
}
.thumbSwiper .swiper-slide{
	overflow: hidden;
	border: 1px solid #eee;
	cursor: pointer;
}
.thumbSwiper .swiper-slide img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.thumbSwiper .swiper-slide.swiper-slide-thumb-active{
	border-color: var(--main-color);
}
.swiper-thumb-wrap .thumb-arrows{
	width: 20px;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: absolute;
	top: 0;
	background-color: var(--main-color);
	color: #fff;
	border-radius: 2px;
}
.swiper-thumb-wrap .thumb-arrows i{
	font-size: 16px;
}
.swiper-thumb-wrap .thumb-arrows.swiper-arrow-next{
	right: 0;
}
.swiper-thumb-wrap .thumb-arrows.swiper-arrow-prev{
	left: 0;
}
.swiper-thumb-wrap .thumb-arrows.swiper-button-disabled{
	cursor: no-drop;
	color: #000;
	background-color: #eee;
}

.zoomSwiper{
	height: auto;
	border: 1px solid #eee;
}
.zoomSwiper .swiper-slide{
	overflow: hidden;
}
.zoomSwiper .swiper-slide img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.in-cntpic{
	width: 600px;
	height: auto;
	overflow: hidden;
}
.in-cntpic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.in-cnt-mainlx{
	width: 750px;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	color: #fff;
}

.in-list-contact{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
}
.in-list-contact li{
	width: 50%;
	padding: 20px;
}
.in-list-contact li .wrap{
	padding: 40px;
	box-shadow: 0 0 20px 2px rgba(255,255,255,0.1);
	transition: 0.5s;
	color: #fff;
}
.in-list-contact li .title{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.in-list-contact li .brief{
	font-size: 14px;
	line-height: 2.5;
}
.in-list-contact li .wrap:hover{
	transform: translateY(-10px);
}

.in-fixed-black{
	height: 80px;
	background-color: #14213D;
	position: relative;
	width: 100%;
	min-width: 1400px;
	overflow: hidden;
}

.in-sol-head{
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
}
.in-sol-brief{
	margin-top: 15px;
	text-align: center;
	font-size: 20px;
	line-height: 32px;
	border: 1px dashed var(--main-color);
	border-radius: 5px;
	padding: 15px 20px;
	color: #fff;
}
.in-sol-content{
	height: auto;
	overflow: hidden;
	margin-top: 50px;
	font-size: 18px;
	line-height: 2.25;
	color: #fff;
}
.in-sol-content img{
	max-width: 100%;
	height: auto;
}

.in-list-sol{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -30px;
	margin-right: -30px;
}
.in-list-sol li{
	width: 33.333333%;
	padding: 0 30px;
	margin-bottom: 60px;
}
.in-list-sol li .wrap{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	/* box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); */
}
.in-list-sol li a{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.in-list-sol li .pic img{
	height: 300px;
	object-fit: cover;
}
.in-list-sol li h1{
	border: 1px solid #eee;
	height: 110px;
	padding: 0 45px 0 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	font-size: 20px;
	line-height: 30px;
	position: relative;
	color: #fff;
}
.in-list-sol li .wrap:hover .pic img{
	transform: scale(1.1);
}
.in-list-sol li h1::before{
	content: "";
	width: 24px;
	height: 16px;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -8px;
	transition: all .6s;
	background: url(../images/ico_58.png) no-repeat center right;
	z-index: 5;
}
.in-list-sol li h1::after{
	content: "";
	width: 0;
	height: 16px;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -8px;
	transition: all .6s;
	background: url('../images/ico_59.png') no-repeat center right;
	z-index: 10;
}
.in-list-sol li .wrap:hover h1::after{ width: 24px;backgroundbackground: url(../images/ico_58.png) no-repeat center right;z-index: 5;}

.section-in-solution{
	background-color: #1C2C4C;
}